The SetSessionInfo method allows the user to log on to a secured Access session.
Sub SetSessionInfo (pSessionUserID As String, pSessionPassword As String)
Parameter | Description |
---|---|
Specifies the Access userID used to log on to an Access session. | |
In Microsoft Access 95 and later, an Access database can have session security (also known as user
object.SetSessionInfo "userID", Chr(10) & "dbpassword"
If the Access database contains both session security and database
object.SetSessionInfo "userID", _
"sesspswd" & Chr(10) & "dbpassword"
Alternately, database
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |